interface ihello { in void hello(); behaviour { on hello: {} } } component hello_space { provides ihello h; behaviour { on h.hello(): {} } }